.block_team_1 {
	display: block;
	text-align: center;
}

.block_team_1 b {
	display: block;
	font-size: 18px;
}

.block_team_1 span {
	display: block;
	margin-top: 5px;
	color: #606060;
	font-size: 16px;
}

.block_team_1 .image_container {
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .05);
	width: 200px;
	height: 200px;
	margin: 0 auto 15px auto;
	transition: box-shadow 0.3s;
}

.block_team_1:hover .image_container {
	box-shadow: 2px 2px 16px rgba(0, 0, 0, .15);
}

.block_team_1 .image {
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: center center;
}